home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win1 / edit_run.zip / EDIT_RUN.TXT < prev   
Text File  |  1993-04-04  |  1KB  |  34 lines

  1.  
  2.  
  3.     Edit_Run is a simple Windows utility that provides an option of 
  4.     editing or running a DOS batch file when it is selected by double 
  5.     clicking in Windows File Manager.
  6.     
  7.     To use Edit_Run, simply copy Edit_Run.Exe into your Windows 
  8.     subdirectory or any subdirectory in the DOS Path variable.  Make 
  9.     the following changes to Win.ini.  Then exit and re-enter Windows 
  10.     for the changes to take effect..
  11.     
  12.       1) Change the "programs= com exe bat pif" line to remove "bat"
  13.       2) Add the following line to the [Extensions] section
  14.             bat=Edit_Run.exe ^.bat
  15.       3) If you prefer your own editor to Window's Notepad, you
  16.          can optionally add the following two lines at the end of 
  17.          Win.ini.
  18.             [Edit_Run]
  19.             Edit=MyEditor
  20.          Replace the word MyEditor, with the command line for the 
  21.          editor of your choice.  I have included Ed_it!.Com, which you 
  22.          can use if you like.  You could also use DOS' Edit.Exe.
  23.  
  24.     The Next time you double click on a .bat file in file manager, you 
  25.     will get a dialog box asking if you want to edit or run the file.  
  26.     You can also cancel the request.
  27.  
  28.     Edit_Run and Ed_it! are declared public domain by me, the author.  
  29.     I retain copyright to the source code for these programs.
  30.  
  31.          Ed Derzawiec
  32.          6 Sweet Fern Rd
  33.          Cape Elizabeth, ME  04107
  34.